home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Plus / Multimedia Plus with ClearVue Version 10-94 (Knowledge Media Inc.).ISO / dos / demos / 3ddemos / democua.bat < prev    next >
DOS Batch File  |  1989-11-17  |  430b  |  9 lines

  1. echo off
  2. echo ~~~~~~~~~~~~~~~~~~~~~~~~ Solid-model animations ~~~~~~~~~~~~~~~~~~~~~~~~~
  3. echo    3dPlayer V1.0    By Bernardo Zamora PL306971@TECMTYVM     Have Fun!!!
  4. echo         Remember to press a key to move to the next animation
  5. echo                    Now press a key to start demo
  6. echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. pause > nul
  8. for %%x in (*.cua) do 3dplayer %%x 0 0 4 0
  9.